home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / NMK / Historian / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.2 KB  |  53 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Historian
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Historian.tiff
  16. DOCICONS = trnscrpt.tiff
  17.  
  18. GLOBAL_RESOURCES = ButtonPresenter.nib Historian.nib MenuPresenter.nib\
  19.                    ScrollerPresenter.nib SliderPresenter.nib
  20.  
  21. CLASSES = ButtonPresenter.m HistogramView.m Historian.m MenuPresenter.m\
  22.           ScrollerPresenter.m SliderPresenter.m TranscriptManager.m
  23.  
  24. HFILES = structs.h ButtonPresenter.h HistogramView.h Historian.h\
  25.          MenuPresenter.h ScrollerPresenter.h SliderPresenter.h\
  26.          TranscriptManager.h
  27.  
  28. MFILES = Historian_main.m
  29.  
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. MAKEFILE = app.make
  34. INSTALLDIR = $(HOME)/Apps
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38. ICONSECTIONS =    -sectcreate __ICON app Historian.tiff \
  39.         -sectcreate __ICON trnscrpt trnscrpt.tiff
  40.  
  41. LIBS = -lMedia_s -lNeXT_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.